3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The interactive renderer uses a fast and accurate depth-sorting algorithm for drawing solid, shaded surfaces as well as vectors. The interactive renderer is also capable of rendering highly detailed, complex models with very realistic surface illumination and shading, but at the expense of time and memory.
Container (
ViewHints ( )
InteractiveRenderer ( )
ViewPlaneCamera ( ... )
PointLight ( ... )
BeginGroup ( DisplayGroup ( ) )
.
.
.
EndGroup ( )
)
Previous | QD3D Book | Overview | Chapter Contents | Next |